projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb05905
)
*** empty log message ***
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 12:25:49 +0000
(12:25 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 12:25:49 +0000
(12:25 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index ed6a6ed464b2f0db398b955cc069534e5c1206ac..edf2aab795570de999cd0bf449bc8582d0909318 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-3757,7
+3757,7
@@
Both should not be used to define a buffer-local dictionary."
;; any character other than a space. Not rigorous enough.
(while (re-search-forward " *\\([^ ]+\\)" end t)
(setq string (match-string-no-properties 1))
- ;; This can fail when string contains a word with i
llegal
chars.
+ ;; This can fail when string contains a word with i
nvalid
chars.
;; Error handling needs to be added between ispell and emacs.
(if (and (< 1 (length string))
(equal 0 (string-match ispell-casechars string)))